facebook og:image not working [closed]

Posted by zeinab on Programmers See other posts from Programmers or by zeinab
Published on 2012-06-07T09:53:05Z Indexed on 2012/06/07 10:47 UTC
Read the original article Hit count: 222

When I try to post a comment (share link) on an article from my page which is actually a page I am using as an application in Facebook: https://apps.facebook.com/ids_newsletter/, Facebook chooses the feed thumbnail image of the post feed randomly from my page.

I tried using below to put a custom image for the post but nothing affected the post thumbnail. So what should I do?

<meta property="og:title" content="IDS June Newsletter" />
<meta property="og:description" content="Check this out" />
<meta property="og:image" content="MYSITEURL/Images/logobig.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />

© Programmers or respective owner

Related posts about facebook

Related posts about facebook-application